ks_services/ImportWebService.asmxThe ks_services/ImportWebService.asmx setting allows you to restrict users from using the ImportWebService feature.
Example Usage<location path="ks_services/ImportWebService.asmx"> <system.web> <authorization> <deny users="*" /> </authorization> </system.web> </location> |